projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a47b4f
)
(Fset_marker_insertion_type): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Oct 1995 21:38:59 +0000
(21:38 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Oct 1995 21:38:59 +0000
(21:38 +0000)
src/marker.c
patch
|
blob
|
history
diff --git
a/src/marker.c
b/src/marker.c
index 3bbccb0b735461092d949ebf4de47668a46fd9d3..8aff8a5c7c54ab7a50081ba32b0bb96d239018fa 100644
(file)
--- a/
src/marker.c
+++ b/
src/marker.c
@@
-303,7
+303,7
@@
DEFUN ("set-marker-insertion-type", Fset_marker_insertion_type,
Sset_marker_insertion_type, 2, 2, 0,
"Set the insertion-type of MARKER to TYPE.\n\
If TYPE is t, it means the marker advances when you insert text at it.\n\
-If TYPE is
t
, it means the marker stays behind when you insert text at it.")
+If TYPE is
nil
, it means the marker stays behind when you insert text at it.")
(marker, type)
Lisp_Object marker, type;
{